[INFO] fetching crate cyclors 0.3.10...
[INFO] fixing cyclors-0.3.10 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate cyclors 0.3.10 into /workspace/builds/worker-4-tc2/source
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate cyclors 0.3.10
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate cyclors 0.3.10
[INFO] tweaked toml for crates.io crate cyclors 0.3.10 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cyclors 0.3.10 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cyclors 0.3.10 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0127cfdb966488bc27402a694bc560ddfa5d91a1e9a8a0842acf65a1d342fdb7
[INFO] running `Command { std: "docker" "start" "0127cfdb966488bc27402a694bc560ddfa5d91a1e9a8a0842acf65a1d342fdb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0127cfdb966488bc27402a694bc560ddfa5d91a1e9a8a0842acf65a1d342fdb7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0127cfdb966488bc27402a694bc560ddfa5d91a1e9a8a0842acf65a1d342fdb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0127cfdb966488bc27402a694bc560ddfa5d91a1e9a8a0842acf65a1d342fdb7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling prettyplease v0.2.32
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling bindgen v0.69.0
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling cc v1.2.19
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling cyclors v0.3.10 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating build.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> build.rs:426:11
[INFO] [stdout]     |
[INFO] [stdout] 415 |     let mut nm = cmake::Config::new("nm");
[INFO] [stdout]     |         ------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `nm` calls a custom destructor
[INFO] [stdout]     |         `nm` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 426 |     match File::open(symbol_file_path.clone()) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 456 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `nm` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.19/src/utilities.rs:121:1
[INFO] [stdout]     |
[INFO] [stdout] 121 | impl<T> Drop for OnceLock<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr] error: could not compile `cyclors` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/cargo /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name cyclors --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dds_security", "default", "iceoryx", "openssl", "prefix_symbols"))' -C metadata=8af12d3d4e86c9b1 -C extra-filename=-1c8bef1e30eba70a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bincode=/opt/rustwide/target/debug/deps/libbincode-81fb55c909e7697e.rmeta --extern derivative=/opt/rustwide/target/debug/deps/libderivative-6e3963ea630b4032.so --extern libc=/opt/rustwide/target/debug/deps/liblibc-4b78a51b99edcf32.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-61ee3d839ec629a2.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-4de738f3db7dbb42.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-47bdd9e85a6a26b9.rmeta -L native=/opt/rustwide/target/debug/build/cyclors-e007883f4d6e3cb9/out/cyclonedds-build/lib -L native=/opt/rustwide/target/debug/build/cyclors-e007883f4d6e3cb9/out/cyclocut-build/lib -l static=ddsc -l static=cdds-util` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `cyclors` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/cargo /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name cyclors --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dds_security", "default", "iceoryx", "openssl", "prefix_symbols"))' -C metadata=07861f0541543d9d -C extra-filename=-d8d0bbd8729fc3fb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bincode=/opt/rustwide/target/debug/deps/libbincode-81fb55c909e7697e.rmeta --extern derivative=/opt/rustwide/target/debug/deps/libderivative-6e3963ea630b4032.so --extern libc=/opt/rustwide/target/debug/deps/liblibc-4b78a51b99edcf32.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-61ee3d839ec629a2.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-4de738f3db7dbb42.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-47bdd9e85a6a26b9.rmeta -L native=/opt/rustwide/target/debug/build/cyclors-e007883f4d6e3cb9/out/cyclonedds-build/lib -L native=/opt/rustwide/target/debug/build/cyclors-e007883f4d6e3cb9/out/cyclocut-build/lib -l static=ddsc -l static=cdds-util` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "0127cfdb966488bc27402a694bc560ddfa5d91a1e9a8a0842acf65a1d342fdb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0127cfdb966488bc27402a694bc560ddfa5d91a1e9a8a0842acf65a1d342fdb7", kill_on_drop: false }`
[INFO] [stdout] 0127cfdb966488bc27402a694bc560ddfa5d91a1e9a8a0842acf65a1d342fdb7
